FmsClient Object
The FmsClient object is used to communicate with the service. It can be used in CygNet Studio or other scripting environments. Declare the object using the following code:
|
Dim FmsClient Set FmsClient = CreateObject("CxFms.FmsClient") |
Each method in this document will assume you have declared and connected the FmsClient object using the following code:
|
Dim FmsClient Set FmsClient = CreateObject("CxFms.FmsClient")
FmsClient.Connect("CYGDEMO.FMS") |
More:


